From: This, that and the other Date: Sun, 16 Feb 2014 05:40:06 +0000 (+1100) Subject: Remove unused setting $wgImageMagickIdentifyCommand X-Git-Tag: 1.31.0-rc.0~16898^2 X-Git-Url: http://git.cyclocoop.org/%22.%24match%5B1%5D.%22?a=commitdiff_plain;h=492e9569bce2028b39092b06160621cb6649db06;p=lhc%2Fweb%2Fwiklou.git Remove unused setting $wgImageMagickIdentifyCommand No need to deprecate first, as it is simply unused. It was added in r107351, and its only usage was removed in r108141. Change-Id: Ie95d8b707ac1ff2fe2a9bae6d5f77ba68b4291ad --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index dd76a048d8..dfe531cd38 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -883,11 +883,6 @@ $wgUseImageMagick = false; */ $wgImageMagickConvertCommand = '/usr/bin/convert'; -/** - * The identify command shipped with ImageMagick - */ -$wgImageMagickIdentifyCommand = '/usr/bin/identify'; - /** * Sharpening parameter to ImageMagick */